Disable usage of unicode for which-key by default
authorPhilip Kaludercic <philipk@posteo.net>
Tue, 18 Jun 2024 08:53:18 +0000 (10:53 +0200)
committerPhilip Kaludercic <philipk@posteo.net>
Tue, 18 Jun 2024 09:31:26 +0000 (11:31 +0200)
commitcc0a3a5f65bda4d3a34cfcd8070540aa1b36f84d
tree2f00fb144fef317843a677cb2ba790952b1b7466
parent543ad34ee4d030e0f0f6f900d8606288c4cdba93
Disable usage of unicode for which-key by default

* lisp/which-key.el (which-key-dont-use-unicode): Set to t.
(which-key-separator, which-key-ellipsis): Ensure that these
options are set after 'which-key-dont-use-unicode', as their
default value depends on it.
lisp/which-key.el